projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
114396b
)
Fix last change.
author
Gerd Moellmann
<gerd@gnu.org>
Fri, 12 Jan 2001 14:10:17 +0000
(14:10 +0000)
committer
Gerd Moellmann
<gerd@gnu.org>
Fri, 12 Jan 2001 14:10:17 +0000
(14:10 +0000)
src/dispnew.c
patch
|
blob
|
history
diff --git
a/src/dispnew.c
b/src/dispnew.c
index 7bdfaa5cac64f40422fa781b885fb52a0f43e4e1..dff5c91719df6370c92474170b3b6f2238440794 100644
(file)
--- a/
src/dispnew.c
+++ b/
src/dispnew.c
@@
-4204,8
+4204,7
@@
update_text_area (w, vpos)
/* If the desired row extends its face to the text area end,
make sure we write at least one glyph, so that the face
extension actually takes place. */
- if (MATRIX_ROW_EXTENDS_FACE_P (desired_row)
- && !w->pseudo_window_p)
+ if (MATRIX_ROW_EXTENDS_FACE_P (desired_row))
--desired_stop_pos;
#endif